All Packages Class Hierarchy This Package Previous Next Index
Object | +----AbstractTreeModelBuilderImpl | +----symantec.itools.db.beans.dbnav.model.builder.ConnectionTreeModelBuilder
ConnectionTreeModelBuilder is an implementation of TreeModelBuilder interface. This class will build the main tree for the dbNavigator.
protected ConnectionTreeModelBuilder()
public ConnectionTreeModelBuilder(Connection connection, boolean userOnly)
true
the builder will build a tree ONLY for the database
objects owned by the current user (the schema is the current user name)
protected symantec.itools.db.beans.dbnav.model.TreeNodeComponent createProceduresCategorySybTree()
protected symantec.itools.db.beans.dbnav.model.TreeNodeComponent createRootNode()
protected symantec.itools.db.beans.dbnav.model.TreeNodeComponent createTablesCategorySybTree()
public synchronized java.sql.Connection getConnection()
public synchronized java.sql.DatabaseMetaData getDatabaseMetaData()
public synchronized boolean getUserOnly()
public void run()
public synchronized void setConnection(Connection connection)
protected synchronized void setDatabaseMetaData(DatabaseMetaData databaseMetaData)
public synchronized void setUserOnly(boolean userOnly)
All Packages Class Hierarchy This Package Previous Next Index